home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Internet 2003 March
/
Practical Internet Issue 78.iso
/
pc
/
PracticalInternet.exe
/
scripts
/
DefineButton2_69
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-02-06
|
201 b
|
12 lines
on(release){
tellTarget("../../CreditsConsole")
{
gotoAndStop("ActiveMenu");
}
tellTarget("../../menu" add _name)
{
gotoAndStop("JumpPoint");
play();
}
}